[INFO] cloning repository https://github.com/zsh28/XDP-pshred-forwarder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zsh28/XDP-pshred-forwarder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzsh28%2FXDP-pshred-forwarder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzsh28%2FXDP-pshred-forwarder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d755f81d0f31cac7bbdf7bf85f781649d4c0465d
[INFO] fixing zsh28/XDP-pshred-forwarder against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzsh28%2FXDP-pshred-forwarder" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/zsh28/XDP-pshred-forwarder
[INFO] finished tweaking git repo https://github.com/zsh28/XDP-pshred-forwarder
[INFO] tweaked toml for git repo https://github.com/zsh28/XDP-pshred-forwarder written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zsh28/XDP-pshred-forwarder on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zsh28/XDP-pshred-forwarder already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/aya-rs/aya`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded network-types v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ee6d9daec2ce7e2b0dd76845f17781e3548c9675fbe088c51fee4fbca7e35bde
[INFO] running `Command { std: "docker" "start" "ee6d9daec2ce7e2b0dd76845f17781e3548c9675fbe088c51fee4fbca7e35bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ee6d9daec2ce7e2b0dd76845f17781e3548c9675fbe088c51fee4fbca7e35bde" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee6d9daec2ce7e2b0dd76845f17781e3548c9675fbe088c51fee4fbca7e35bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ee6d9daec2ce7e2b0dd76845f17781e3548c9675fbe088c51fee4fbca7e35bde" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling camino v1.2.3
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling which v8.0.4
[INFO] [stderr]    Compiling wincode v0.5.5
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking xdp-pshred-router-common v0.1.0 (/opt/rustwide/workdir/xdp-pshred-router-common)
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling cargo-platform v0.3.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling aya-ebpf-macros v0.1.2 (https://github.com/aya-rs/aya#a47f99a0)
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Checking aya-obj v0.2.2 (https://github.com/aya-rs/aya#a47f99a0)
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling wincode-derive v0.4.6
[INFO] [stderr]     Checking aya v0.13.2 (https://github.com/aya-rs/aya#a47f99a0)
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cargo_metadata v0.23.1
[INFO] [stderr]     Checking network-types v0.2.0
[INFO] [stderr]    Compiling aya-build v0.1.3 (https://github.com/aya-rs/aya#a47f99a0)
[INFO] [stderr]    Compiling aya-ebpf-cty v0.2.3 (https://github.com/aya-rs/aya#a47f99a0)
[INFO] [stderr]    Compiling aya-ebpf-bindings v0.1.2 (https://github.com/aya-rs/aya#a47f99a0)
[INFO] [stderr]    Compiling aya-ebpf v0.1.2 (https://github.com/aya-rs/aya#a47f99a0)
[INFO] [stderr]    Compiling xdp-pshred-router-ebpf v0.1.0 (/opt/rustwide/workdir/xdp-pshred-router-ebpf)
[INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl`
[INFO] [stdout]   --> xdp-pshred-router-ebpf/src/main.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / fn panic(_info: &core::panic::PanicInfo) -> ! {
[INFO] [stdout] 22 | |     loop {}
[INFO] [stdout] 23 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the lang item is first defined in crate `std` (which `thiserror` depends on)
[INFO] [stdout]    = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ebc3593764c44f83.rmeta
[INFO] [stdout]    = note: second definition in the local crate (`xdp_pshred_router`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0152`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `xdp-pshred-router-ebpf` (bin "xdp-pshred-router") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ee6d9daec2ce7e2b0dd76845f17781e3548c9675fbe088c51fee4fbca7e35bde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee6d9daec2ce7e2b0dd76845f17781e3548c9675fbe088c51fee4fbca7e35bde", kill_on_drop: false }`
[INFO] [stdout] ee6d9daec2ce7e2b0dd76845f17781e3548c9675fbe088c51fee4fbca7e35bde
